www.gusucode.com > pluck PHP多国语言简洁CMS系统 v4.7.4PHP源码程序 > pluck PHP多国语言简洁CMS系统 v4.7.4/PluckCMS4.7.4/PluckCMS4.7.4/data/modules/multitheme/lang/ja.php

    <?php
$lang['albums']['title'] = 'アルバム';
$lang['albums']['descr'] = 'アルバムは好きな写真や画像を訪問者に見せるために使います';
$lang['albums']['message'] = 'アルバムを管理できます。アルバムは好きな写真や画像を訪問者に見せるために使います。ページを編集するときに「画像挿入」を選ぶとページに画像を挿入できます。';
$lang['albums']['edit_albums'] = 'アルバムを編集する';
$lang['albums']['new_album'] = '新しいアルバム';
$lang['albums']['choose_name'] = 'まず、アルバムの名前をいれ、そして「保存」をクリック';
$lang['albums']['delete_album'] = 'アルバムを削除する';
$lang['albums']['edit_album'] = 'アルバムを編集する';
$lang['albums']['album_message1'] = 'このページではアルバムの画像の追加、削除、編集ができます。 <b>JPG</b>にのみ対応しています。';
$lang['albums']['album_message2'] = '新しい画像をアップロードします。,タイトルと説明を記入しqualityを選択してください。qualityが高いとファイルサイズも大きくなります';
$lang['albums']['edit_images'] = '画像を編集する';
$lang['albums']['new_image'] = '新しい画像';
$lang['albums']['quality'] = 'quality (1-100)';
$lang['albums']['edit_image'] = '画像を編集する';
$lang['albums']['doesnt_exist'] = '特定のアルバムは存在していません。';
$lang['albums']['name_exist'] = 'There is already an album with that name.';
$lang['albums']['image_exist'] = 'There is already an image with that name.';
$lang['albums']['change_order'] = '画像の順番を変える';
$lang['albums']['already_top'] = 'この画像はすでにトップです、順番は帰ることができません。';
$lang['albums']['already_last'] = 'この画像はすでに最後です、順番は帰ることができません。';
$lang['albums']['delete_image'] = 'ページを削除する';
$lang['albums']['image_width'] = 'The width in pixels the images will be resized to. Choose 0 to disable automatic resizing.';
$lang['albums']['thumb_width'] = 'The width in pixels the thumbnails will be resized to. Cannot be disabled.';
$lang['albums']['settings_error'] = 'The width of the resized images should be numeric.';
$lang['blog']['title'] = 'ブログ';
$lang['blog']['main_message'] = 'Here, you can make new posts to add to your blog. Posts will be automatically sorted on date.';
$lang['blog']['descr'] = '訪問者への記事を書くかニュースを投稿するためにブログを使う';
$lang['blog']['categories'] = 'カテゴリ';
$lang['blog']['category'] = 'category';
$lang['blog']['choose_cat'] = 'Choose category...';
$lang['blog']['no_cat'] = 'No category';
$lang['blog']['new_cat'] = '新しいカテゴリ';
$lang['blog']['new_cat_message'] = 'まずカテゴリの名前を決め,「保存」をクリック';
$lang['blog']['delete_cat'] = 'カテゴリーを削除する';
$lang['blog']['posts'] = '現在ある記事';
$lang['blog']['new_post'] = '新しく記事を書く';
$lang['blog']['edit_post'] = '記事を編集する';
$lang['blog']['delete_post'] = '記事を削除する';
$lang['blog']['at'] = 'at';
$lang['blog']['in'] = 'in';
$lang['blog']['posted_by'] = 'posted by';
$lang['blog']['reactions'] = 'コメント';
$lang['blog']['reaction'] = 'reaction';
$lang['blog']['edit_reactions'] = 'コメントを編集する';
$lang['blog']['edit_reactions_message'] = 'この記事の訪問者のコメントを編集できます。';
$lang['blog']['edit_reaction'] = 'edit reaction';
$lang['blog']['delete_reaction'] = 'コメントを削除する';
$lang['blog']['name'] = 'name';
$lang['blog']['email'] = 'email';
$lang['blog']['website'] = 'website';
$lang['blog']['message'] = 'message';
$lang['blog']['html_not_allowed'] = 'HTML-codeは許可されていません・';
$lang['blog']['no_reactions'] = 'no reactions';
$lang['blog']['allow_reactions'] = 'Allow visitors to post reactions.';
$lang['blog']['read_more'] = 'read more';
$lang['blog']['truncate_posts'] = 'The number of characters blog posts will be truncated to. Choose 0 to disable truncation.';
$lang['blog']['numeric_error'] = 'You should choose a numeric value for post truncation and/or posts per page.';
$lang['blog']['posts_per_page'] = 'The number of posts that will be displayed per page.';
$lang['blog']['posts_per_page_error'] = 'The number of posts per page cannot be zero!';
$lang['blog']['pages'] = 'Pages:';
$lang['contactform']['module_name'] = '問い合わせフォーム';
$lang['contactform']['module_intro'] = 'with a contact form, you can allow your visitors to send you a message';
$lang['contactform']['fields'] = '全ての項目をうめていません.';
$lang['contactform']['email_title'] = 'ウェブサイトからのメッセージ';
$lang['contactform']['been_send'] = 'あなたのメッセージの送信に成功しました。';
$lang['contactform']['not_send'] = 'エラーが発生しました。メールの送信に失敗しました。';
$lang['viewsite']['module_name'] = 'view site link';
$lang['viewsite']['module_intro'] = 'Created to show the hooks to module developers. Adds a direct link to the site in the admin menu.';
$lang['viewsite']['message'] = 'view site';
$lang['tinymce']['module_name'] = 'tinymce';
$lang['tinymce']['module_intro'] = 'Adds the TinyMCE-editor to pluck. TinyMCE has been developed by <a href="http://tinymce.moxiecode.com/" target="_blank">Moxiecode</a>.';
$lang['multitheme']['module_name'] = 'multi theme';
$lang['multitheme']['module_intro'] = 'Allows the user to choose different themes for each page.';
$lang['multitheme']['page_edit'] = 'use theme';

?>